home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000422_news@columbia.edu _Fri Feb 2 12:23:41 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id MAA21336 for <kermit.misc@watsun>; Fri, 2 Feb 1996 12:23:40 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id MAA20597 for kermit.misc@watsun; Fri, 2 Feb 1996 12:23:36 -0500 (EST)
  4. Path: news.columbia.edu!panix!bloom-beacon.mit.edu!apollo.hp.com!lf.hp.com!news.dtc.hp.com!col.hp.com!usenet.eel.ufl.edu!newsfeed.internetmci.com!swrinde!ihnp4.ucsd.edu!dog.ee.lbl.gov!news.cs.utah.edu!cc.usu.edu!jrd
  5. From: jrd@cc.usu.edu (Joe Doupnik)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Kermit and 132 character lines?
  8. Message-ID: <1996Jan31.094814.72816@cc.usu.edu>
  9. Date: 31 Jan 96 09:48:14 MDT
  10. References: <4els51$g6n@oravannahka.Helsinki.FI>
  11. Organization: Utah State University
  12. Lines: 13
  13.  
  14. In article <4els51$g6n@oravannahka.Helsinki.FI>, tlinden@cc.Helsinki.FI (Tomas Linden) writes:
  15. > I'm using a IBM PS2 model 80 which has a normal VGA-card connected to a
  16. > Digital 15" monitor. My problem is that I cannot get Kermit to show 132
  17. > character lines and I don't know where the problem is. Is there a
  18. > problem with my monitor or is it not possible to have 132 character
  19. > lines with a VGA card?
  20. --------
  21.     It's your IBM display adapter. If you check its docs I think you
  22. will find no mention of 132 column modes. You can replace the board cheaply
  23. these days, or you can use the horizontal scrolling capability of MS-DOS
  24. Kermit v3.14 (described in the release notes, keyboard verbs \Klfpage,
  25. \Klfone, \Krtpage, \Krtone). SET TERM HORIZONTAL-SCROLL is available too.
  26.     Joe D.